home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Environments / Small Eiffel 0.4.8 / lib_show / cecil / example1 / c_prog.c next >
Encoding:
C/C++ Source or Header  |  1997-04-13  |  94 b   |  9 lines  |  [TEXT/CWIE]

  1. #include <stdio.h>
  2. #include "eiffel.h"
  3.  
  4. c_prog (void *root) {
  5.   Eiffel_show_values(root);
  6. }
  7.  
  8.  
  9.